home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Audio / GISO / Source / Makefile < prev    next >
Makefile  |  1994-05-23  |  2KB  |  63 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = GISO
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = GISO2.tiff
  16. DOCICONS = sound_nib.tiff sound_nib.tiff sound_nib.tiff sound_nib.tiff
  17.  
  18. LOCAL_RESOURCES = GISO.nib PrefPanel.nib channel.strings\
  19.                   dataFormat.strings dataFormatSwitches.strings\
  20.                   dataSize.strings dataSizeSwitches.strings\
  21.                   effects.strings filetype.strings inHotList.strings\
  22.                   inHotListConfig.strings outHotList.strings\
  23.                   outHotListConfig.strings rate.strings
  24.  
  25. GLOBAL_RESOURCES = GISO2.tiff sox
  26.  
  27. CLASSES = Controller.m Defaults.m EnhancedApp.m EnhancedMatrix.m\
  28.           EnhancedText.m GISOPrefPanel.m PrefPanel.m StringStorage.m\
  29.           Subprocess.m TokenString.m
  30.  
  31. HFILES = Controller.h Defaults.h EnhancedApp.h EnhancedMatrix.h\
  32.          EnhancedText.h GISOPrefPanel.h PrefPanel.h StringStorage.h\
  33.          Subprocess.h TokenString.h
  34.  
  35. MFILES = GISO_main.m
  36.  
  37. SUBPROJECTS = info.subproj
  38.  
  39.  
  40. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  41. MAKEFILE = app.make
  42. INSTALLDIR = $(HOME)/Apps
  43. INSTALLFLAGS = -c -s -m 755
  44. SOURCEMODE = 444
  45.  
  46. ICONSECTIONS =    -sectcreate __ICON app GISO2.tiff \
  47.         -sectcreate __ICON sound_nib sound_nib.tiff
  48.  
  49. LIBS = -lMedia_s -lNeXT_s
  50. DEBUG_LIBS = $(LIBS)
  51. PROF_LIBS = $(LIBS)
  52.  
  53.  
  54.  
  55.  
  56. -include Makefile.preamble
  57.  
  58. include $(MAKEFILEDIR)/$(MAKEFILE)
  59.  
  60. -include Makefile.postamble
  61.  
  62. -include Makefile.dependencies
  63.